Given a vector <a,b,c>, how would I go about calculating a new vector within x degrees of the original vector? i.e. given a cone: cone{<1,1,1>, 25, <0,0,0>,0} a random vector within 25 degrees would lie within the cone's radius.
Post a reply to this message